Merged
Conversation
Closed
2 tasks
Test Coverage Report
|
Test Coverage Report
|
Test Coverage Report
|
Test Coverage Report
|
Test Coverage Report
|
choiseoji
approved these changes
Jun 25, 2025
Contributor
choiseoji
left a comment
There was a problem hiding this comment.
감사합니다!! 테스트코드 열심히 작성해보아요 🙌
.github/workflows/jacoco.yml
Outdated
| - name: Create and inject jasypt secret into application-secret.properties | ||
| run: | | ||
| touch ./src/main/resources/application-secret.properties | ||
| echo "ENCRYPT_KEY=${{ secrets.ENCRYPT_KEY }}" > ./src/main/resources/application-secret.properties |
Contributor
Author
There was a problem hiding this comment.
이거 깃헙액션에서 자동으로 넣어준대요!
Comment on lines
+60
to
+61
| '**/Q*.class', | ||
| '**/run/backend/BackendApplication.class' |
Test Coverage Report
|
west-eastH
commented
Jun 25, 2025
.github/workflows/jacoco.yml
Outdated
Comment on lines
+24
to
+27
| # - name: Create .env file for CI environment | ||
| # run: | | ||
| # touch .env | ||
| # echo "POSTGRES_HOST=${{ secrets.DB_HOST }}" >> .env |
Contributor
Author
There was a problem hiding this comment.
@choiseoji 환경변수 추가할 때마다 여기에 application.yml에서 사용하는 환경변수들 POSTGRES_HOST처럼 추가해주고 깃헙 시크릿키에도 등록 해줘야합니다!
Test Coverage Report
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
✨ 연관된 이슈
📝 작업 내용 (주요 변경 사항)
💬 리뷰 요구사항